.twelfth_box{
    box-sizing: border-box;
    background: #F6F7FA; 
    padding: 30px 0;
}
.twelfth_box .box_title{ margin-bottom:24px;}
.dishizk {
    width: 70%;
    float: left;
    max-width: 1080px;
    margin-right: 1.5%;
}
.localLeft {
	float: left;
    width: 48%;
	margin-right:1%;
    height: 858px;
	overflow: hidden;
}
.localWrap_title {
    border-bottom: 1px solid #dedede;
    margin-bottom: 29px;
}
.localWrap_title b {
    padding-bottom: 15px;
    line-height: 22px;
    margin-right: 15px;
    margin-bottom: -1px;
    cursor: pointer;
}
.localWrap_title b.on {
    border-bottom: 2px solid #e92930;
}
local_list {
    float: left;
    width: 50%;
    height: 760px;
    overflow: hidden;
}
.localWrap_list{ width:99%;}

.local_btn {
    float: left;
    width: 85px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #efefef;
    border-radius: 20px;
    margin-right: 10px;
    margin-bottom: 10px;
	font-size: 16px;
}
.picList_wrap { width:100%;}
.picList_wrap li { float:left; width:31%; margin:1%; }

.publicWrap {
    float: left;
    width: 28%;
    height: 870px;
    border: 1px solid #dedede;
    overflow: hidden;
}
.public_titi {
    font-weight: bold;
    color: #565656;
	font-size:16px;
}

.publicWrap .public_title{
    background-color: #e92930;
    border-radius: 4px;
    padding: 0 15px;
    height: 40px;
}
.publicWrap .public_title a{ color:#fff;}
.publicWrap li {
  padding: 0 15px;
  border-bottom: 1px solid #eee;
  height: 32px;
  line-height: 32px;
  font-size:14px;
}
.publicWrap li:hover {
  background-image: url(https://www.huatu.com/images/2018fx/images/hotBg.png);
  background-repeat: no-repeat;
}
.public_s {
    width: 25%;
    float: left;
}

.localWrap_list li {
    line-height: 40px;
    font-size: 15px;
}
.listCircle {
    width: 4px;
    height: 4px;
    border-radius: 100%;
    margin-top: 15px;
    margin-right: 12px;
    background-color: #e5e5e5;
}
.localWrap_list li a {
    width: 90%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.localWrap_list li p {
    color: #a1a1a1;
    font-size: 14px;
}

@media screen and (max-width: 1200px) {
   .dishizk {
    width: 100%;
	padding-left:3%;
	}
.localLeft,.publicWrap{ width:100%;}
}